home *** CD-ROM | disk | FTP | other *** search
- #ifndef NIL
- #define NIL 0L
- #endif
-
- typedef pascal long (*WDEF_proc)( short,
- WindowPeek, short, long );
-
- // OAPn resources are called after wNew messages
- typedef void (*OAPn_proc)( void );
-
- // OAPd resources are called after wDraw messages
- typedef void (*OAPd_proc)( WindowPeek );
-
- // OAPe resources are event filters
- typedef void (*OAPe_proc)( EventRecord *event );
-
- typedef struct { // format of 'OAP1' resource
- Boolean wrap;
- char filler;
- short last_insertion_point;
- } Wrap_info;
-